home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / DomonicDefence4.swf / scripts / DefineButton2_365 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2005-09-27  |  147 b   |  11 lines

  1. on(press){
  2.    if(_root.levelLimit == "Infinite")
  3.    {
  4.       _root.levelLimit = 10;
  5.    }
  6.    else
  7.    {
  8.       _root.levelLimit += 5;
  9.    }
  10. }
  11.